* {
  margin: 0;
  padding: 0;
}

body {
  font-size: 14px;
  font-family: "Microsoft Yahei";
  text-align: justify;
  color: #333;
  background: url(../img_2022/bg.jpg) no-repeat center top;
  /* background: url(../img_2022/ershidasybg.jpg) no-repeat center top; */
  background-size: 100%;
}
.none {display:none;}
h1,
h2,
h3 {
  font-weight: 500;
}

img {
  border: none;
}

a {
  cursor: pointer;
  color: #333;
  text-decoration: none;
  outline: none;
}

a:hover {
  color: #cd0201;
}

ul {
  list-style-type: none;
}

em {
  font-style: normal;
}

.clearfix:after {
  content: '';
  display: block;
  float: none;
  clear: both;
}
.clear {
  clear: both;
  float: none;
  height: 0;
  margin: 0;
  padding: 0;
}
.clearfix {
  zoom: 1;
}
.fl {
  float:left;
}
.fr {
  float: right;
}
.mt-10 {
  margin-top: 10px;
}
.mt-20 {
  margin-top: 20px;
}
.main {
  width: 1200px;
  margin: 0 auto;
}
.help {
  height: 60px;
  line-height: 60px;
  text-align: right;
}
.help a {
  border-right: 1px solid #333;
  display: inline-block;
  padding: 0 8px;
  height: 14px;
  line-height: 14px;
  font-size: 12px;
  color:#333;
}
.search {
  float: right;
  width: 400px;
}
.keyword {
  height: 35px;
  line-height: 35px;
  width: 250px;
  border-radius: 20px 0 0 20px;
  border: 1px solid #999;
  padding-left: 20px;
  float:left;
  border-right: 0;
}

.submit-btn {
  height: 37px;
  border: 0;
  background: #1e92fc url(../img_2022/search-icon.jpg) no-repeat center center;
  padding: 0 10px;
  border-radius: 0 20px 20px 0;
  display:block;
  text-indent: -9999px;
  width: 40px;
  border: 1px solid #999;
  border-left:0;
  float:left;
}
.primary-search {
  float: right;
  height: 40px;
  line-height: 40px;
  color: rgb(226, 226, 14)
}

/*menu*/
.menu {
  background:#245590;
  margin-top: 50px;
}
.menu li {
  float:left;
  height: 60px;
  line-height: 60px;
  padding:0 46px;
}
.menu li a {
  color: #fff;
  font-size: 20px;
}

.menu li.no-1 {
  background:url(../img_2022/nav_1.png) no-repeat 10px center;
}
.menu li.no-2 {
  background: url(../img_2022/nav_2.png) no-repeat 10px center;
}
.menu li.no-3 {
  background: url(../img_2022/nav_3.png) no-repeat 10px center;
}
.menu li.no-4 {
  background: url(../img_2022/nav_5.png) no-repeat 10px center;
}
.menu li.no-5 {
  background: url(../img_2022/nav_7.png) no-repeat 10px center;
}
.menu li.current {
  background-color: #f00;
}

.wrap {padding: 10px;background:#fff;}
.banner img {width: 100%;float:left;margin-bottom: 10px;}

.slide-box {
  width: 580px;
  height: 340px;
  overflow: hidden;
  position: relative;
  float: left;
}

.slide-box .hd {
  overflow: hidden;
  position: absolute;
  right: 15px;
  bottom: 15px;
  z-index: 9;
}

.slide-box .hd ul {
  overflow: hidden;
  zoom: 1;
  float: left;
}

.slide-box .hd ul li {
  float: left;
  margin-right: 5px;
  width: 12px;
  height: 12px;
  text-align: center;
  background: #fff;
  cursor: pointer;
}

.slide-box .hd ul li.on {
  background: #245590;
  color: #fff;
}

.slide-box .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}

.slide-box .bd li {
  zoom: 1;
  vertical-align: middle;
  position: relative;
}

.slide-box .bd li a {
  display: block;
}

.slide-box .bd img {
  width: 580px;
  height: 340px;
  display: block;
  object-fit: cover;
}

.slide-box .bd img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.slide-box-text {
  position: absolute;
  bottom:0px;
  background: rgba(0,0,0,.8);
  width: 560px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  padding-left: 20px;
  padding-right: 100px;
}
.slide-box .prev,
.slide-box .next {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -25px;
  display: block;
  width: 50px;
  height: 50px;
  background: url(http://img3.zsnews.cn/static/pc/img/arrow-left.png) center center no-repeat;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.slide-box .next {
  left: auto;
  right: 0;
  background: url(http://img3.zsnews.cn/static/pc/img/arrow-right.png) center center no-repeat;
}

.slide-box .prev:hover,
.slide-box .next:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}

.news-trigger {
  width: 580px;
}

.trigger-menu li{
  width: 100px;
  height: 45px;
  line-height: 38px;
  text-align: center;
  float: left;
  margin-right: 16px;
}
.trigger-menu li a {
  font-size: 18px;
  color: #245590;
}
.trigger-menu li.current a{
  color: #fff;
}
.trigger-menu li.current {
  background: url(../img_2022/tab-current.jpg) no-repeat center top;
}
.list-ul {
  padding-top: 10px;
}
.list-ul li {
  width: 580px;
  float: left;
  height: 40px;
  line-height: 40px;
}
.em-arrow {
  display: inline-block;
  padding-right: 10px;
  color: #999;
  font-size: 18px;
}
.list-ul li span{
  width: 10%;
  float: right;
  padding-right: 10px;
}
.list-ul li a{ 
  float: left;
  width: 85%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
}

.gov-info {
  background: #f3f3f3;
  padding: 10px 0;
  
}
.gov-info li {
  width: 20%;
  float: left;
  text-align: center;
  padding: 10px 0;
}
.gov-info li a {
  font-size: 16px;
}
.gov-info li.i-1 {
  background:url(../img_2022/icon-1-1.png) no-repeat 20px center;
}
.gov-info li.i-2 {
  background: url(../img_2022/icon-1-2.png) no-repeat 40px center;
}
.gov-info li.i-3 {
  background: url(../img_2022/icon-1-2.png) no-repeat 25px center;
}
.gov-info li.i-4 {
  background: url(../img_2022/icon-1-3.png) no-repeat 25px center;
}
.gov-info li.i-5 {
  background: url(../img_2022/icon-1-4.png) no-repeat 30px center;
}

.part-1-1 {
  width: 280px;
  float: left;
}
.part-1-1 li {
  width: 120px;
  margin-right: 20px;
  float: left;
  position: relative;
  height: 90px;
  text-align: center;
  margin-bottom: 10px;
}
.part-1-1 li a {
  position: absolute;
  top: 0px;
  left:0px;
  display: block;
  height: 30px;
  line-height: 30px;
  padding-top: 60px;
  text-align: center;
  width: 100%;
  border-radius: 10px;
  color: #fff;
  background-size: 40% auto;
}

.part-1-1 li.i-1 a {
  background: #307cc7 url(../img_2022/icon-2-1.png) no-repeat center 10px;
  
}

.part-1-1 li.i-2 a {
  background: #307cc7 url(../img_2022/icon-2-3.png) no-repeat center 10px;
}

.part-1-1 li.i-3 a {
  background: #307cc7 url(../img_2022/icon-2-2.png) no-repeat center 10px;
}

.part-1-1 li.i-4 a {
  background: #307cc7 url(../img_2022/icon-2-4.png) no-repeat center 10px;
}

.part-1-1 li.i-5 a {
  background: #307cc7 url(../img_2022/icon-2-5.png) no-repeat center 10px;
}

.part-1-1 li.i-6 a {
  background: #307cc7 url(../img_2022/icon-2-6.png) no-repeat center 10px;
}

.part-1-1 li.i-7 a {
  background: #307cc7 url(../img_2022/icon-2-7.png) no-repeat center 10px;
}
.part-1-1 li.i-8 a {
  background: #307cc7 url(../img_2022/icon-2-8.png) no-repeat center 10px;
}

.part-1-2 {
  width: 620px;
  margin-left: 10px;
}
.p-1-menu {
  margin-bottom: 10px;
  border-bottom: 2px solid #eee;
  padding-bottom: 4px;
}
.p-1-menu li{
  float: left;
  padding: 0 20px;
  font-size: 16px;
  border-right: 1px solid #eee;
  box-sizing: border-box;
}
.p-1-menu li a {
  display:inline-block;
  text-align: center;
  padding: 6px 0;
}
.p-1-menu li a.current {
  border-bottom: 4px solid #245590;
  padding: 6px 0;
}
.p-1-menu-con {
  float:left;
  width: 100%;
}
.p-1-menu-con ul li {
  height: 40px;
  line-height: 40px;
}
.p-1-menu-con ul li a{
  float: left;
  width: 85%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
}

.p-1-menu-con ul li span {
  float: right;
}

.part-1-3 {
  width: 230px;
}
.c-img {
  margin-bottom: 10px;
}
.part-1-3-menu li {
  width: 30%;
  margin: 0 10%;
  float: left;
}
.part-1-3-menu li span {
  display: block;
}
.part-1-3-menu li .c-icon {
  width: 100%;
  height: 60px;
  box-shadow: 2px 2px  4px #ccc;
  border: 1px solid #eee;
  border-radius: 10px;
  text-indent: -9999px;
}
.part-1-3-menu li .c-icon-1 {
  background: url(../img_2022/icon-1.jpg) no-repeat center center;
}
.part-1-3-menu li .c-icon-2 {
  background: url(../img_2022/icon-2.jpg) no-repeat center center;
}
.part-1-3-menu li .c-icon-3 {
  background: url(../img_2022/icon-3.jpg) no-repeat center center;
}
.part-1-3-menu li .c-icon-4 {
  background: url(../img_2022/icon-4.jpg) no-repeat center center;
}
.part-1-3-menu li .c-txt {
  text-align: center;
  color: #245590;
  height: 30px;
  line-height: 30px;
}

.part-1-3 .img-list li{
  float: left;
  width:100%;
  margin-bottom: 5px;
}
.part-1-3 .img-list li img {
  width: 100%;
  float: left;
}

.slide-box-2 {
  float: right;
  margin-top: 16px;
}
.slide-box-2 li {
  float: left;
  margin: 0 10px;
}
.slide-box-2 li img {
  width: 350px;
}
.d-txt {
  font-size: 20px;
  width: 20px;
  padding: 10px;
  background: #245590;
  color: #fff;
}

.footer {
  background: #245590;
  color: #fff;
  padding: 30px 0;
}

.slide-box-2 {
  float: right;
}
.picScroll-left {
  position: relative;
  overflow:hidden;
}
.pageState{ display:none;}
.picScroll-left .hd {
  position: absolute;
  width: 100%;
  top: 0;
}

.picScroll-left .prev,
.picScroll-left .next {
  display: block;
  width: 40px;
  height: 96px;
  cursor: pointer;
  position: absolute;
  text-indent: -9999px;
}
.picScroll-left .prev {
  left: 0px;
  top: 0px;
  background: url("//img3.zsnews.cn/static/pc/img/arrow-left.png") no-repeat center center;
  background-color: #eee;
}
.picScroll-left .next {
    right: 0px;
    top: 0px;
    background:url("//img3.zsnews.cn/static/pc/img/arrow-right.png") no-repeat center center;
    background-color: #eee;
    
}

.picScroll-left .hd ul {
  float: right;
  overflow: hidden;
  margin-top: 10px;
  zoom: 1;
  display: none;
}

.picScroll-left .hd ul li {
  float: left;
  width: 9px;
  height: 9px;
  overflow: hidden;
  margin-right: 5px;
  text-indent: -999px;
  cursor: pointer;
}

.picScroll-left .hd ul li.on {
  background-position: 0 0;
}

.picScroll-left .bd {
  padding: 10px 80px;
}

.picScroll-left .bd ul {
  overflow: hidden;
  zoom: 1;
}
.picScroll-left .bd ul li {
  /* margin: 0 12px; */
  float: left;
  _display: inline;
  overflow: hidden;
  text-align: center;
}

.picScroll-left .bd ul li .pic {
  text-align: center;
}

.picScroll-left .bd ul li .pic img {
  display: block;
  width: 320px;
}